home *** CD-ROM | disk | FTP | other *** search
/ Nebula 2 / Nebula Two.iso / Drivers / ghostHPDJ / README.LASERJET < prev    next >
Encoding:
Text File  |  1994-09-06  |  612 b   |  15 lines

  1. You can use parts of this package with laserjets as well as deskjets. The color correction is not of much use, so just ignore everything in the instructions
  2. about HPColorCorrect. Otherwise, follow all of the instructions adding the
  3. following:
  4.  
  5. 1. Add ljet3.dev or one of the other laserjet devices to DEVICE_DEVS9 in the
  6. ghostscript makefile before compiling.
  7.  
  8. 2. Manually create /usr/local/lib/ghostscript/filt/filt.sh:
  9. #!/bin/sh
  10. /usr/local/bin/gs -q -dNOPAUSE -sDEVICE=ljet3 -r300  -sOutputFile=\|/usr/local/pp0cat -
  11.  
  12. That should get you up and running. Thanks to Scott Davenport for testing this
  13. out for me.
  14.  
  15.